$(document).ready(function () { AssignTitleAttributeValue(); }); function AssignTitleAttributeValue() { $(".extendedcontainerblock .bodyText a").each(function () { $(this).attr("title", $(this).text()); }) }